Fix an IO-APIC error message
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:44:19 +0000 (17:44 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 13 Sep 2010 16:44:19 +0000 (17:44 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/io_apic.c

index c1445d4c3049241dfffb1c11d2fe56c0b9eeaa7b..46be3a239d93ed7f12b8d605b10dbfcb15818e5b 100644 (file)
@@ -2030,8 +2030,8 @@ static inline void check_timer(void)
         return;
     }
     printk(" failed :(.\n");
-    panic("IO-APIC + timer doesn't work!  Boot with apic=debug and send a "
-          "report.  Then try booting with the 'noapic' option");
+    panic("IO-APIC + timer doesn't work!  Boot with apic_verbosity=debug "
+          "and send a report.  Then try booting with the 'noapic' option");
 }
 
 /*